Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=118",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 119,
    "results": [
        {
            "start": 826207268,
            "stop": 826207285
        },
        {
            "start": 826207287,
            "stop": 826207358
        },
        {
            "start": 826208520,
            "stop": 826215257
        },
        {
            "start": 826217229,
            "stop": 826220839
        },
        {
            "start": 826220841,
            "stop": 826221576
        },
        {
            "start": 826233087,
            "stop": 826234170
        },
        {
            "start": 826234172,
            "stop": 826235811
        },
        {
            "start": 826238354,
            "stop": 826243250
        },
        {
            "start": 826245684,
            "stop": 826250467
        },
        {
            "start": 826251860,
            "stop": 826261194
        },
        {
            "start": 826264058,
            "stop": 826264264
        },
        {
            "start": 826264364,
            "stop": 826265110
        },
        {
            "start": 826266719,
            "stop": 826278817
        },
        {
            "start": 826281447,
            "stop": 826282630
        },
        {
            "start": 826283790,
            "stop": 826288336
        },
        {
            "start": 826288337,
            "stop": 826289179
        },
        {
            "start": 826291355,
            "stop": 826293704
        },
        {
            "start": 826294324,
            "stop": 826295297
        },
        {
            "start": 826301328,
            "stop": 826302598
        },
        {
            "start": 826302600,
            "stop": 826304008
        }
    ]
}