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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9845",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9843",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9844,
    "results": [
        {
            "start": 874044732,
            "stop": 874044780
        },
        {
            "start": 874044797,
            "stop": 874045200
        },
        {
            "start": 874045260,
            "stop": 874045620
        },
        {
            "start": 874045740,
            "stop": 874045794
        },
        {
            "start": 874045914,
            "stop": 874046247
        },
        {
            "start": 874046264,
            "stop": 874046816
        },
        {
            "start": 874046835,
            "stop": 874047000
        },
        {
            "start": 874047060,
            "stop": 874047320
        },
        {
            "start": 874047337,
            "stop": 874047749
        },
        {
            "start": 874047766,
            "stop": 874049378
        },
        {
            "start": 874049395,
            "stop": 874050576
        },
        {
            "start": 874050593,
            "stop": 874052118
        },
        {
            "start": 874052121,
            "stop": 874052280
        },
        {
            "start": 874052700,
            "stop": 874052834
        },
        {
            "start": 874052851,
            "stop": 874053968
        },
        {
            "start": 874053985,
            "stop": 874055685
        },
        {
            "start": 874055702,
            "stop": 874056712
        },
        {
            "start": 874056729,
            "stop": 874057869
        },
        {
            "start": 874057886,
            "stop": 874059776
        },
        {
            "start": 874059793,
            "stop": 874060708
        }
    ]
}