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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=385",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 386,
    "results": [
        {
            "start": 850161614,
            "stop": 850169054
        },
        {
            "start": 850169823,
            "stop": 850190597
        },
        {
            "start": 850190719,
            "stop": 850191695
        },
        {
            "start": 850192436,
            "stop": 850194312
        },
        {
            "start": 850194314,
            "stop": 850202029
        },
        {
            "start": 850202031,
            "stop": 850204668
        },
        {
            "start": 850205574,
            "stop": 850221611
        },
        {
            "start": 850222807,
            "stop": 850227943
        },
        {
            "start": 850229512,
            "stop": 850229704
        },
        {
            "start": 850230584,
            "stop": 850230685
        },
        {
            "start": 850230687,
            "stop": 850232879
        },
        {
            "start": 850234351,
            "stop": 850236894
        },
        {
            "start": 850237383,
            "stop": 850239496
        },
        {
            "start": 850242000,
            "stop": 850242101
        },
        {
            "start": 850242732,
            "stop": 850243371
        },
        {
            "start": 850243501,
            "stop": 850243634
        },
        {
            "start": 850245577,
            "stop": 850247215
        },
        {
            "start": 850247282,
            "stop": 850251893
        },
        {
            "start": 850253500,
            "stop": 850258786
        },
        {
            "start": 850258908,
            "stop": 850259037
        }
    ]
}