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_BURST_CAT1/segments?format=api&page=129
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=128",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 129,
    "results": [
        {
            "start": 833920382,
            "stop": 833921734
        },
        {
            "start": 833926792,
            "stop": 833928357
        },
        {
            "start": 833928757,
            "stop": 833936835
        },
        {
            "start": 833937155,
            "stop": 833937410
        },
        {
            "start": 833937810,
            "stop": 833942655
        },
        {
            "start": 833942658,
            "stop": 833947179
        },
        {
            "start": 833948722,
            "stop": 833949484
        },
        {
            "start": 833949804,
            "stop": 833950463
        },
        {
            "start": 833954511,
            "stop": 833954611
        },
        {
            "start": 833955327,
            "stop": 833955505
        },
        {
            "start": 833955905,
            "stop": 833957652
        },
        {
            "start": 833974972,
            "stop": 833987301
        },
        {
            "start": 834015124,
            "stop": 834037321
        },
        {
            "start": 834037792,
            "stop": 834040676
        },
        {
            "start": 834040678,
            "stop": 834047971
        },
        {
            "start": 834048291,
            "stop": 834051257
        },
        {
            "start": 834052047,
            "stop": 834069549
        },
        {
            "start": 834069869,
            "stop": 834072404
        },
        {
            "start": 834072804,
            "stop": 834091620
        },
        {
            "start": 834093328,
            "stop": 834094350
        }
    ]
}