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=380
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=381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=379",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 380,
    "results": [
        {
            "start": 849522285,
            "stop": 849526155
        },
        {
            "start": 849526157,
            "stop": 849526477
        },
        {
            "start": 849527978,
            "stop": 849531898
        },
        {
            "start": 849533277,
            "stop": 849534914
        },
        {
            "start": 849536210,
            "stop": 849536465
        },
        {
            "start": 849536467,
            "stop": 849542968
        },
        {
            "start": 849543175,
            "stop": 849544825
        },
        {
            "start": 849547237,
            "stop": 849548110
        },
        {
            "start": 849548112,
            "stop": 849552394
        },
        {
            "start": 849566727,
            "stop": 849567174
        },
        {
            "start": 849567176,
            "stop": 849567656
        },
        {
            "start": 849568072,
            "stop": 849569371
        },
        {
            "start": 849569373,
            "stop": 849594668
        },
        {
            "start": 849594670,
            "stop": 849597662
        },
        {
            "start": 849597664,
            "stop": 849601970
        },
        {
            "start": 849603305,
            "stop": 849614380
        },
        {
            "start": 849614458,
            "stop": 849614697
        },
        {
            "start": 849614699,
            "stop": 849616829
        },
        {
            "start": 849617655,
            "stop": 849617951
        },
        {
            "start": 849619484,
            "stop": 849638703
        }
    ]
}