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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=421",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=419",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 420,
    "results": [
        {
            "start": 821770612,
            "stop": 821770614
        },
        {
            "start": 821770617,
            "stop": 821770633
        },
        {
            "start": 821770636,
            "stop": 821770646
        },
        {
            "start": 821770651,
            "stop": 821770672
        },
        {
            "start": 821770675,
            "stop": 821770699
        },
        {
            "start": 821770702,
            "stop": 821770703
        },
        {
            "start": 821770709,
            "stop": 821770713
        },
        {
            "start": 821770720,
            "stop": 821770725
        },
        {
            "start": 821770730,
            "stop": 821770733
        },
        {
            "start": 821770736,
            "stop": 821770745
        },
        {
            "start": 821770748,
            "stop": 821770751
        },
        {
            "start": 821770755,
            "stop": 821770757
        },
        {
            "start": 821770760,
            "stop": 821770768
        },
        {
            "start": 821770774,
            "stop": 821770775
        },
        {
            "start": 821770778,
            "stop": 821770779
        },
        {
            "start": 821770782,
            "stop": 821770790
        },
        {
            "start": 821770795,
            "stop": 821770800
        },
        {
            "start": 821770805,
            "stop": 821770806
        },
        {
            "start": 821770813,
            "stop": 821770816
        },
        {
            "start": 821770819,
            "stop": 821770834
        }
    ]
}