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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=193",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 194,
    "results": [
        {
            "start": 838174534,
            "stop": 838174535
        },
        {
            "start": 838175479,
            "stop": 838225033
        },
        {
            "start": 838237266,
            "stop": 838238533
        },
        {
            "start": 838240424,
            "stop": 838240661
        },
        {
            "start": 838240665,
            "stop": 838257913
        },
        {
            "start": 838260280,
            "stop": 838292710
        },
        {
            "start": 838295578,
            "stop": 838295713
        },
        {
            "start": 838313281,
            "stop": 838325697
        },
        {
            "start": 838328054,
            "stop": 838334555
        },
        {
            "start": 838338210,
            "stop": 838373653
        },
        {
            "start": 838376314,
            "stop": 838399491
        },
        {
            "start": 838401468,
            "stop": 838406341
        },
        {
            "start": 838409058,
            "stop": 838410373
        },
        {
            "start": 838411743,
            "stop": 838412223
        },
        {
            "start": 838412225,
            "stop": 838415413
        },
        {
            "start": 838419120,
            "stop": 838419133
        },
        {
            "start": 838420230,
            "stop": 838469753
        },
        {
            "start": 838470829,
            "stop": 838479617
        },
        {
            "start": 838495209,
            "stop": 838569412
        },
        {
            "start": 838571515,
            "stop": 838577985
        }
    ]
}