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=395
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=396",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=394",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 395,
    "results": [
        {
            "start": 850929537,
            "stop": 850930622
        },
        {
            "start": 850930691,
            "stop": 850931377
        },
        {
            "start": 850931378,
            "stop": 850931613
        },
        {
            "start": 850932349,
            "stop": 850944619
        },
        {
            "start": 850944620,
            "stop": 850946981
        },
        {
            "start": 850952192,
            "stop": 850956271
        },
        {
            "start": 850956273,
            "stop": 850961388
        },
        {
            "start": 850961390,
            "stop": 850961544
        },
        {
            "start": 850961546,
            "stop": 850969290
        },
        {
            "start": 850970175,
            "stop": 850972275
        },
        {
            "start": 850972277,
            "stop": 850976287
        },
        {
            "start": 850976289,
            "stop": 850977283
        },
        {
            "start": 850979036,
            "stop": 850979532
        },
        {
            "start": 850980360,
            "stop": 850985146
        },
        {
            "start": 850985450,
            "stop": 850992491
        },
        {
            "start": 850992493,
            "stop": 851001741
        },
        {
            "start": 851001743,
            "stop": 851003198
        },
        {
            "start": 851005401,
            "stop": 851005567
        },
        {
            "start": 851005707,
            "stop": 851005802
        },
        {
            "start": 851005804,
            "stop": 851021018
        }
    ]
}