Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=168
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=167",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 168,
    "results": [
        {
            "start": 833341652,
            "stop": 833341663
        },
        {
            "start": 833341672,
            "stop": 833341688
        },
        {
            "start": 833341692,
            "stop": 833341742
        },
        {
            "start": 833341746,
            "stop": 833342534
        },
        {
            "start": 833342538,
            "stop": 833342675
        },
        {
            "start": 833342679,
            "stop": 833369473
        },
        {
            "start": 833370860,
            "stop": 833386744
        },
        {
            "start": 833387665,
            "stop": 833389809
        },
        {
            "start": 833391258,
            "stop": 833393773
        },
        {
            "start": 833394611,
            "stop": 833396773
        },
        {
            "start": 833397446,
            "stop": 833414767
        },
        {
            "start": 833415832,
            "stop": 833425393
        },
        {
            "start": 833427109,
            "stop": 833446693
        },
        {
            "start": 833448607,
            "stop": 833451104
        },
        {
            "start": 833452115,
            "stop": 833483464
        },
        {
            "start": 833483469,
            "stop": 833483658
        },
        {
            "start": 833483662,
            "stop": 833483668
        },
        {
            "start": 833483671,
            "stop": 833483857
        },
        {
            "start": 833483861,
            "stop": 833484057
        },
        {
            "start": 833484061,
            "stop": 833484476
        }
    ]
}